WCL Compiler and Runtime Model

WCL translates Common Lisp into either K+R or ANSI C. As Lisp code is translated to C, information about symbol usage, structure definitions, and package operations is also recorded. This information is currently stored as a comment at the start of the emitted C file, although it should eventually be stored in a special section of the object file. The information is later used by the linking portions of the WCL development system.



Subsections